home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Mira / Mira_setup.exe / {app} / Mira.exe / 0 / RCDATA / TFORMHAUTEURLIG / TFORMHAUTEURLIG.txt
Text File  |  2003-09-02  |  2KB  |  97 lines

  1. object FormHauteurLig: TFormHauteurLig
  2.   Left = 349
  3.   Top = 182
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Interligne'
  7.   ClientHeight = 200
  8.   ClientWidth = 134
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 14
  23.   object Label1: TLabel
  24.     Left = 6
  25.     Top = 5
  26.     Width = 43
  27.     Height = 14
  28.     Caption = 'Interligne'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 6
  32.     Top = 116
  33.     Width = 32
  34.     Height = 14
  35.     Caption = 'Valeur'
  36.     ParentShowHint = False
  37.     ShowHint = True
  38.   end
  39.   object SC_Line5: TSC_Line
  40.     Left = 0
  41.     Top = 166
  42.     Width = 134
  43.     Height = 34
  44.     BorderShape = bsTopLine
  45.     Align = alBottom
  46.   end
  47.   object ListLigne: TListBox
  48.     Left = 6
  49.     Top = 22
  50.     Width = 121
  51.     Height = 88
  52.     Cursor = crHandPoint
  53.     Hint = '|Style de puces'
  54.     Ctl3D = True
  55.     IntegralHeight = True
  56.     ItemHeight = 14
  57.     Items.Strings = (
  58.       'Simple'
  59.       '1,5 ligne'
  60.       'Double'
  61.       'Au moins'
  62.       'Exactement'
  63.       'Multiple')
  64.     ParentCtl3D = False
  65.     ParentShowHint = False
  66.     ShowHint = True
  67.     TabOrder = 0
  68.     OnClick = ListLigneClick
  69.     OnDblClick = ListLigneDblClick
  70.   end
  71.   object SpinLigne: TSpinEdit
  72.     Left = 6
  73.     Top = 132
  74.     Width = 121
  75.     Height = 23
  76.     Hint = '|Espacement entre la puce et le texte'
  77.     Ctl3D = True
  78.     MaxValue = 0
  79.     MinValue = 0
  80.     ParentCtl3D = False
  81.     ParentShowHint = False
  82.     ShowHint = True
  83.     TabOrder = 1
  84.     Value = 10
  85.   end
  86.   object ButtonOk: TButton
  87.     Left = 29
  88.     Top = 172
  89.     Width = 75
  90.     Height = 22
  91.     Caption = '&Ok'
  92.     Default = True
  93.     ModalResult = 1
  94.     TabOrder = 2
  95.   end
  96. end
  97.